home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Tools / PostRez.r < prev    next >
Encoding:
Text File  |  1990-10-25  |  520 b   |  34 lines  |  [TEXT/MPS ]

  1. /* Copyright © 1986-1990 Apple Computer, Inc.  All rights reserved. */
  2.  
  3. /* • Auto-Include the requirements for this source */
  4.  
  5. #ifndef __SYSTYPES.R__
  6. #include "SysTypes.r"
  7. #endif
  8.  
  9.  
  10. include $$Shell("ObjApp")"PostRez" 'CODE';
  11.  
  12.  
  13. RESOURCE 'vers' (1, "Version", purgeable) {
  14.     0x02,
  15.     0x01,
  16.     final,
  17.     0x00,
  18.     verUs,
  19.     "2.0.1",
  20.     "2.0.1, ©Apple Computer, Inc. 1990, All Rights Reserved."
  21. };
  22.  
  23.  
  24. RESOURCE 'vers' (2, "Version", purgeable) {
  25.     0x02,
  26.     0x01,
  27.     final,
  28.     0x00,
  29.     verUs,
  30.     $$Shell("MAShortVersion"),
  31.     $$Shell("MALongVersion")
  32. };
  33.  
  34.